From: Dominique Belhachemi Date: Tue, 3 Mar 2026 18:23:44 +0000 (+0000) Subject: Fix viskores warning X-Git-Tag: archive/raspbian/9.5.2+dfsg4-1+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4e23abe4e6bc634ca54c52a0733643e31f4678b;p=vtk9.git Fix viskores warning Last-Update: 2025-09-25 /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 49 | RuntimeDeviceConfiguration() Gbp-Pq: Name 40_viskores.patch --- diff --git a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h index 133fa394..3c5cf5d8 100644 --- a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +++ b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h @@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration { public: VISKORES_CONT - RuntimeDeviceConfiguration() + RuntimeDeviceConfiguration() : #if TBB_VERSION_MAJOR >= 2020 HardwareMaxThreads(::tbb::task_arena{}.max_concurrency())